GetRealtimeDataResponse

data class GetRealtimeDataResponse(realtimeData: ContextRealtimeData)

Represents response frame that is returned from WebAudio#getRealtimeData operation call. Fetch the realtime data from the registered contexts.

See also

Constructors

GetRealtimeDataResponse
Link copied to clipboard
fun GetRealtimeDataResponse(realtimeData: ContextRealtimeData)

Properties

realtimeData
Link copied to clipboard
val realtimeData: ContextRealtimeData

Sources

jvm source
Link copied to clipboard